home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2001 / MacHack 2001.toast / pc / The Hacks / Palm Finder 2 / Src / App Sources / FinderRsc.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  2001-06-23  |  600 b   |  26 lines

  1. /***********************************************************************
  2.  *
  3.  *    Copyrigh (c) Palm Computing 1995 -- All Rights Reserved
  4.  *
  5.  * PROJECT:  Pilot
  6.  * FILE:     AddressRsc.c
  7.  * AUTHOR:     Roger Flores: June 9, 1995
  8.  *
  9.  * DECLARER: Address
  10.  *
  11.  * DESCRIPTION:
  12.  *      The list of resources are stored here.
  13.  *
  14.  **********************************************************************/
  15.  
  16. #include <BuildRules.h>
  17. //#include <Pilot.h>
  18.  
  19. // RESOURCE_FILE_PREFIX is now defined in Pilot:Incs:BuildRules.h based on LANGUAGE.
  20.  
  21. char *AppResourceList[] = {
  22.     ":src:"RESOURCE_FILE_PREFIX"Finder.rsrc", 
  23.     ""
  24.     };
  25.     
  26.